From 7f1f08e499a171831a547e2f6c61d0973a38e67c Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 23 Sep 2017 10:17:49 +0530 Subject: [PATCH] Rename patches to follow naming guidelines in patches/README file. --- ...e-system-libgit2.patch => 2001_use-system-libgit2.patch} | 0 ...disable-net-tests.patch => 2002_disable-net-tests.patch} | 0 .../patches/{local-jquery.patch => 2003_local-jquery.patch} | 0 debian/patches/README | 3 +++ debian/patches/series | 6 +++--- 5 files changed, 6 insertions(+), 3 deletions(-) rename debian/patches/{use-system-libgit2.patch => 2001_use-system-libgit2.patch} (100%) rename debian/patches/{disable-net-tests.patch => 2002_disable-net-tests.patch} (100%) rename debian/patches/{local-jquery.patch => 2003_local-jquery.patch} (100%) create mode 100644 debian/patches/README diff --git a/debian/patches/use-system-libgit2.patch b/debian/patches/2001_use-system-libgit2.patch similarity index 100% rename from debian/patches/use-system-libgit2.patch rename to debian/patches/2001_use-system-libgit2.patch diff --git a/debian/patches/disable-net-tests.patch b/debian/patches/2002_disable-net-tests.patch similarity index 100% rename from debian/patches/disable-net-tests.patch rename to debian/patches/2002_disable-net-tests.patch diff --git a/debian/patches/local-jquery.patch b/debian/patches/2003_local-jquery.patch similarity index 100% rename from debian/patches/local-jquery.patch rename to debian/patches/2003_local-jquery.patch diff --git a/debian/patches/README b/debian/patches/README new file mode 100644 index 000000000..80c158437 --- /dev/null +++ b/debian/patches/README @@ -0,0 +1,3 @@ +0xxx: Grabbed from upstream development. +1xxx: Possibly relevant for upstream adoption. +2xxx: Only relevant for official Debian release. diff --git a/debian/patches/series b/debian/patches/series index 9a4f8161a..1b6d8d213 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,4 @@ clean-cargo-deps.patch -local-jquery.patch -use-system-libgit2.patch -disable-net-tests.patch +2003_local-jquery.patch +2001_use-system-libgit2.patch +2002_disable-net-tests.patch -- 2.30.2